/*!
Theme Name: Korova
Theme URI: http://underscores.me/
Author: Anton Plauche
Author URI: http://antonplauche.com
Description: Custom Theme for Korova
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: korova
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Korova is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
  font-family: "futura_md_btbold";
  src: url("src/static/fonts/futurabt_bold-webfont.woff") format("woff2"),
    url("src/static/fonts/futurabt_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


.site-header .main-navigation .menu-item-has-children:hover ul.sub-menu {
    display: block !important;
}

.site-header .main-navigation .menu-item-has-children ul.sub-menu {
    display: none !important;
    position: absolute;
    left: 592px;
    background: #111;
    top: 35px;
    width: 148px;
}